*{ margin:0 auto; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family:"microsoft yahei";  color:#666; font-size:14px; background: #FFFFFF; min-width:1200px;}
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #666;}
a:focus { outline: 0 }
a:hover{ color: #f48000;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
.nodata{ width:100%; line-height:32px; height:32px; text-align:center; color:Red; font-size:16px;}

#home .home a,
#products .products a,
#sou .sou a,
#services .services a,
#news .news a,
#about .about a,
#contact .contact a{ color: #f48000; }


#products .products ul li a{ color: #666666;}
#products .products ul li a:hover{background: #f48000; color: #FFFFFF;}

#sou .sou ul li a{ color: #666666;}
#sou .sou ul li a:hover{background: #f48000; color: #FFFFFF;}

#services .services ul li a{ color: #666666;}
#services .services ul li a:hover{background: #f48000; color: #FFFFFF;}

#news .news ul li a{ color: #666666;}
#news .news ul li a:hover{background: #f48000; color: #FFFFFF;}

#about .about ul li a{ color: #666666;}
#about .about ul li a:hover{background: #f48000; color: #FFFFFF;}

#contact .contact ul li a{ color: #666666;}
#contact .contact ul li a:hover{background: #f48000; color: #FFFFFF;}



.gotop {
	width: 24px;
	height: 24px;
	padding: 10px;
	background: #ccc url(../images/float_qqicon1.png) no-repeat center;
	position: fixed;
	right: 0;
	display:none;
	bottom: 0px;
}

input,button,select,textarea{ outline:none; font-family:"microsoft yahei"; }
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}
.content{ width:1200px; margin:0 auto;}

submit{ font-family:"microsoft yahei"; }
#warp{ width:100%; height:auto; overflow: hidden;}

.Header{ width: 1200px; height: 102px; position: relative;}
.Header .logo{ float: left; width: 234px; height: 102px; overflow: hidden;}
.Header .logo a{ display: block; 234px; height: 102px; background: url(../images/logo.jpg) no-repeat center;}

.Header .nav{ float: right; width: auto; height: 102px; line-height: 102px;}
.Header .nav li{ float: left; padding-right: 45px; font-size: 16px; position: relative;}
.Header .nav li:hover ul{ display: block;}
.Header .nav li ul{ display: none; z-index: 888; position: absolute; left: 0; top: 102px; background: #FFFFFF; width: 170px;}
.Header .nav li ul li{ line-height: 42px; padding: 0; height: 42px; text-align: center; float: none; font-size: 15px; border-bottom: 1px solid #dedede;}
.Header .nav li ul li a{ display: block;}
.Header .nav li ul li a:hover{ background: #f48000; color: #FFFFFF;}

.Header .Tsea{ float: right; width: 36px; height: 102px; background: url(../images/Tseabg.jpg) no-repeat center;}
.Header .Tsea a{ display: block; width: 36px; height: 102px; }

.searchshow{ width: 329px; height: 34px; z-index: 999;  background: #FFFFFF; position: absolute; right:0; top:72px; display: none;}
.searchshow .inputt{ width: 248px; padding: 0 10px; height: 32px; border: 1px solid #ddd; border-right:none ; float: left; font-size: 14px; color:#999;}
.searchshow .submitt{ width: 60px; height: 34px; float: left;  border: none; background:#f48000; color: #FFFFFF; font-size: 18px; }


/**banner**/
.fullSlide{width:100%;height:600px; overflow:hidden;   position: relative; }
.fullSlide .bd{ position:relative; z-index:0;  }
.fullSlide .bd ul{ width:100%; }
.fullSlide .bd li{ width:100%;  height:600px; }
.fullSlide .bd li a{ position:absolute; width:100%; height:600px; display:block; z-index:1;}
.fullSlide .hd{ width:100%;position:absolute; z-index:1; bottom:40px; left:0; height:10px; line-height:10px; text-align:center;  }
.fullSlide .hd ul li{cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin-left:10px; background: #FFFFFF;  overflow:hidden; line-height:9999px; border-radius: 50%;}
.fullSlide .hd ul .on,.fullSlide .hd ul li:hover{background: #f48000;  width:24px; height:10px; border-radius: 10px;}


.fullSlide .prev,.fullSlide .next {
	position: absolute;
	display: block;
	transition: all 250ms ease-out;
	margin-bottom: -30px;
	background-color: rgba(0,0,0,0.3);
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	width: 40px;
	background-repeat: no-repeat;
}
.fullSlide .next {
	transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
}
.fullSlide .prev {
	transform: translate(-40px, 0);
	-ms-transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	-moz-transform: translate(-40px, 0);
	-o-transform: translate(-40px, 0);
}
.fullSlide:hover .next, .fullSlide:hover .prev {
	transform: translate(0, 0); opacity: 1.0;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.fullSlide .next {
	bottom: 50%; opacity: 0;
	right: 220px;
	background-image: url(../images/banner-fy.png);
	background-position: center bottom;
}
.fullSlide .prev {
	bottom: 50%; opacity: 0;
	left: 220px;
	background-image: url(../images/banner-fy.png);
	background-position: center top;
}

.inproBg{ width: 100%; height: 584px; background: url(../images/inprobg.jpg) no-repeat center; background-size:cover;}
.inTit1{ width: 100%; height: 130px; line-height: 130px; text-align: center; font-size: 36px; color: #333333;}

.inproBox{ width: 1200px; height: 379px;}
.inproBox dl{ float: left; width: 296px; height: 379px; position: relative; box-shadow:0 0 5px #CCCCCC; cursor: pointer; margin-left: 5px;}
.inproBox dl:first-child{ margin-left: 0;}
.inproBox dl dt{ width: 296px; height: 379px;  background: url(../images/inproDtbg.jpg) no-repeat; box-sizing: border-box; padding: 55px 28px;}
.inproBox dl dt h2{ height: 28px; line-height: 28px; font-size: 16px; color: #999999; }
.inproBox dl dt h3{ width: 100%; height: 60px; margin-top: 65px;}
.inproBox dl dt h4{ height: 42px; line-height: 42px; margin-top: 118px; color: #f48000; font-size: 24px;}
.inproBox dl dt p{ height: 38px; line-height: 38px; font-size: 14px; color: #999999; }
.inproBox dl dd{ opacity: 0; z-index: 333; position: absolute; width: 296px; height: 379px; left: 0; top: 0;  background: url(../images/inproDDbg.jpg) no-repeat; box-sizing: border-box; padding: 55px 35px;}
.inproBox dl dd h3{ color: #FFFFFF; text-align: center; font-size: 24px; line-height: 48px; height: 48px;}
.inproBox dl dd .proMenuList{ width: 100%; height: auto; padding: 20px 0;}
.inproBox dl:last-child dd .proMenuList a{ color: #FFFFFF; display: block; float: left; width: 50%; line-height: 30px; font-size: 16px;}
.inproBox dl dd .proMenuList a{ color: #FFFFFF; display: block; float: left; width: 100%; line-height: 30px; font-size: 16px;}
.inproBox dl dd .proMenuList a:hover{ color: red;}
.inproBox dl dd h4{ line-height: 42px; text-align: center; font-weight: normal;font-size: 14px; padding-top: 20px; }
.inproBox dl dd h4 a{ color: #fcd5a9; }
.inproBox dl:hover dd{ opacity: 1.0;}

.inSouBg{width: 100%; height: 594px; background: url(../images/insouBg.jpg) no-repeat center; background-size:cover;}



.inTit2{ width: 100%; height: 169px; line-height: 169px; text-align: center; font-size: 36px; color: #FFFFFF;}
.inSou{ width: 1335px; height: 344px; overflow: hidden; position: relative;}
.inSouL{ position: absolute; left: 0; top: 0; width: 50px; height: 344px;}
.inSouL a{ display: block;  width: 50px; height: 344px; background: url(../images/inSouL.png) no-repeat center;}
.inSouL a:hover{background: url(../images/inSouLs.png) no-repeat center;}

.inSouR{ position: absolute; right: 0; top: 0; width: 50px; height: 344px;}
.inSouR a{ display: block;  width: 50px; height: 344px; background: url(../images/inSouR.png) no-repeat center;}
.inSouR a:hover{background: url(../images/inSouRs.png) no-repeat center;}

.inSou .bd{width:1235px; height: 344px; overflow: hidden;}
.inSou .bd li{ float: left; width: 391px; height: 344px; overflow: hidden; margin: 0 8px;}
.inSou .bd li img{ width: 391px; height: 266px;}
.inSou .bd li div{ width: 391px; height: 78px; line-height: 78px; box-sizing: border-box; background: #FFFFFF; padding: 0 25px;}
.inSou .bd li div h4{ font-size: 18px;}
.inSou .bd li div span{ font-family: arial; font-size: 14px;}
.inSou .bd li:hover div{ border-bottom:5px solid #F48000;}


.inNewsBox{ width: 1200px; height: auto; overflow: hidden; padding-bottom: 50px;}
.inNewsBoxL{ width: 574px; height: auto; overflow: hidden;}
.inNewsBoxLTop{ width: 100%; height: 88px; line-height: 88px;}
.inNewsBoxLTop h4{ font-size: 24px;}
.inNewsBoxLTop a{ color: #999999; font-size: 14px; font-family: arial;}
.inNewsBoxLTop a:hover{ color: #F48000;}
.inNewsBoxL dl{ width: 574px; height: 261px; overflow: hidden;}
.inNewsBoxL dl dt{ width: 574px; height: 208px; overflow: hidden;}
.inNewsBoxL dl dt img{ width: 574px; height: 208px;}
.inNewsBoxL dl dd{ width: 574px; height: 53px; line-height: 53px; box-sizing: border-box; padding: 0 15px; font-size: 18px; color: #FFFFFF; background: #F48000; overflow: hidden;}
.inNewsBoxL ul{ width: 100%; height: auto; padding-top: 15px;}
.inNewsBoxL ul li{ line-height: 38px; background: url(../images/innewsli.jpg) no-repeat left center;}
.inNewsBoxL ul li a{ padding-left: 15px;}
.inNewsBoxL ul li a span{ font-family: arial; font-size: 14px; color: #999999;}


.inAbBg{ width:100%; height: 440px; padding-top: 69px; background: url(../images/inAbbg.jpg) no-repeat center; background-size:cover; text-align: center; color: #FFFFFF;}
.inAbBg h2{ line-height: 74px; font-size: 36px; font-weight: normal;}
.inAbinfo{ width: 1200px; height: auto; font-size: 16px; line-height: 26px;}
.inAbList{ width: 840px; height: 100px; overflow: hidden; margin-top: 50px; }
.inAbList dl{ float: left; text-align: center; width: 33.3%; height: 100px; border-right: 1px solid #FFFFFF; box-sizing: border-box; }
.inAbList dl a{color: #FFFFFF;}
.inAbList dl dt{ width: 100%; height: 50px;}
.inAbList dl dd{ width: 100%; height: 50px; line-height: 50px; font-size: 20px;}

.footerBg{ width: 100%; height: auto; background: #f5f5f5; padding: 50px 0;}
.footer{ width: 1200px; height: auto; overflow: hidden;}
.footerL{ float: left; width: 660px; height: auto; overflow: hidden;}
.footerL dl{ float: left; width: 165px; height: auto; overflow: hidden;}
.footerL dl dt{ width: 100%; height: 30px; line-height: 30px; font-size: 18px; font-weight: bold;}
.footerL dl dd{ width: 100%; height: auto; padding-top: 10px;}
.footerL dl dd a{ display: block; width: 100%; line-height: 30px;}

.footerM{ float: left; width: 360px; height: auto; overflow: hidden;}
.footerM h4{height: 30px; line-height: 30px; font-size: 18px; margin-bottom: 10px;}
.footerM p{ line-height: 30px;}

.footerR{ float: right; width: 117px; height: auto; overflow: hidden; text-align: center;}
.footerR img{ width: 117px; height: 117px;}
.footerR p{ height: 42px; line-height: 42px;}

.footerCopyBg{ width: 100%; height: 72px; background: #f5f5f5;}
.footerCopy{ width: 1200px; height: 72px; line-height: 72px;}

.banner2{ width: 100%; height: 400px;}
.newsNav{ width: 100%; height: 40px; padding: 40px 0 0 0; overflow: hidden; text-align: center;}
.newsNav a{ display: inline-block; width: 160px; height: 40px; font-size: 16px; line-height: 40px; background: #e1e1e1; margin: 0 5px;} 
.newsNav a:hover{ background: #f48000; color: #FFFFFF;}
#lm_hover{ background: #f48000; color: #FFFFFF;}


.NewsList{ width: 1200px; height: auto; padding-bottom: 25px; }
.NewsList dl{ width: 1200px; height: 136px; padding: 35px;  border-bottom: 1px solid #eee; cursor: pointer; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
.NewsList dl:hover{ background: #FFFFFF; box-shadow:0 0 10px #CCCCCC;}
.NewsList dl dt{ float: left; width: 186px; height: 136px; overflow: hidden;}
.NewsList dl dt img{width: 186px; height: 136px; }
.NewsList dl dd{ float: right; width: 980px; height: 136px; overflow: hidden;}
.NewsList dl dd h3{ font-size: 18px; font-weight: normal; line-height: 42px; height: 42px;}
.NewsList dl dd h3 a:hover{ color: #164392;}
.NewsList dl dd p{ color: #999999; line-height: 26px; height: 52px; overflow: hidden;}
.NewsList dl dd h4{ line-height: 42px; height: 42px; font-weight: normal; color: #999999;}

.newsShowTit{ width: 1200px;  overflow: hidden; text-align: center;}
.newsShowTit h4{ font-weight: normal; font-size: 21px; color: #333333; line-height: 30px;}
.newsShowTit p{ padding-top: 15px; color: #999999;}

.newsSinfo{ width: 1200px; height: auto; overflow: hidden; line-height: 28px; padding: 25px 0;}
.newsSinfo img{ max-width: 100%; height: auto;}

.abproTit{ width: 100%; line-height: 66px; height: 66px; font-size: 32px; color: #333333; font-weight: bold; text-align: center;}

.contentBox1{ width: 1200px; height: 176px; overflow: hidden;}
.contentBox1 dl{ float: left; width: 400px; height: 176px; padding: 0 25px; overflow: hidden; box-sizing: border-box; border-right: 1px solid #dbdbdb; text-align: center; } 
.contentBox1 dl dt{ width: 100%; height: auto;}
.contentBox1 dl dt i{ font-size:40px; line-height: 48px; color: #666666;}
.contentBox1 dl dt h4{ color: #666; font-size: 18px; line-height: 32px;}
.contentBox1 dl dd{ width: 100%; height: auto; padding-top: 10px; color: #999; font-size: 14px; line-height: 28px;}
.contentBox1 dl:last-child{ border: none;}

.contentMap{ width: 1200px; height: 400px; overflow: hidden; margin-top: 50px;}

/*样片申请*/
.feedbox{ width: 1200px; height: auto; overflow: hidden; padding: 20px 0 50px 0;}
.srv-smapApply{padding:53px 0 97px;}

.smapApply-form{margin:33px 0 0;}
.smapApply-list{width:100%;}
.smapApply-list li{width:390px;float:left; margin: 10px 10px 10px 0;}
.smapApply-list li.w100{width:100%;}
.smapApply-list .smapApply-box{padding:0 10px 0 24px;border:1px solid #e5e5e5;position:relative;}
.smapApply-box .text,
.smapApply-box select{width:100%;height:48px;line-height:48px;font-size:16px;color:#333;border:0px;margin:0px;}
.smapApply-box .text::-webkit-input-placeholder{color:#b2b2b2;}
.smapApply-box .hint{display:block;width:24px;line-height:48px;font-size:16px;color:#c6361f;text-align:center;position:absolute;left:0px;top:0px;}
.smapApply-list .smapApply-sub{display:block;width:100%;height:50px;line-height:50px;font-size:20px;color:#fff;background:#f48000; border: none;}
.sampApply-hint{line-height:20px;color:#666666;margin:20px 0 0;}
.smapApply-list .yzm-box .text{padding:0 10px;width:70%;height:50px;border:1px solid #e5e5e5;float:left;}
.smapApply-list .yzm-box .yzm-img{display:block;width:28%;height:50px;border:1px solid #e5e5e5;float:right;}
.smapApply-list .yzm-box .yzm-img img{width:100%;height:100%;}
.smapApply-box .text::-webkit-input-placeholder,
.smapApply-box select::-webkit-input-placeholder{color:#b2b2b2;}


/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}


/*在线留言*/


.oMsg-form{width: 1200px; position:relative;}
.oMsgForm-list{width:46.6667%;float:left;}
.oMsgForm-list li{padding:0 0 0 23px;border-bottom:1px solid #cccccc;position:relative;margin:26px 0 0;}
.oMsgForm-list li:first-child{margin:0px;}
.oMsgForm-list li .hint{display:block;line-height:65px;font-size:16px;color:#c6361f;position:absolute;left:0px;top:0px;}
.oMsgForm-list li .text{height:65px;line-height:65px;font-size:16px; border: none;}
.oMsgForm-list li .text::-webkit-input-placeholder{color:#999999;}
.oMsgForm-box{width:49.1667%;float:right;margin:22px 0 0;}
.oMsgForm-box .type{line-height:34px;font-size:16px;color:#999999;}
.oMsgForm-box .text{padding:10px;height:258px;border:1px solid #cccccc;margin:9px 0 0; width: 570px;}

.oMsgForm-sub{display:block;width:240px;height:54px;line-height:54px;color:#fff;font-size:20px;background:#f48000;clear:both; border: none; margin-top: 50px;}

.srv-top{text-align:center;}
.srv-top .t1{line-height:53px;font-size:32px;}
.srv-top .t2{line-height:25px;font-size:16px;margin:10px 0 0;color:#666;}
.srv-top .t2 .hint{color:#c6361f;}
.srv-top.srv-top2 .t1,
.srv-top.srv-top2 .t2{color:#fff;}


.DownList{ width: 1200px; height: auto; padding-top:30px;}
.DownList li{ width: 1200px; height: 80px; overflow: hidden; margin-bottom: 20px;}
.DownList li a{ display: block;  width: 1200px; height: 80px; line-height: 80px; color: #666666; font-weight: bold;  box-sizing: border-box; padding: 0 50px; background: #f7f7f7;}
.DownList li a:hover{ background: #f48000; color: #FFFFFF;}
.DownList li a:hover span:first-child{ color: #FFFFFF;}
.DownList li a span{ display: block; float:left; width: 170px;}
.DownList li a span:first-child{ width: 488px; color: #333333;}
.DownList li a i{ width: 34px; height: 34px; background: url(../images/xzbg.png) no-repeat; margin-top: 23px;}
.DownList li a:hover i{background: url(../images/xzbg1.png) no-repeat;}


.Main{ width: 1200px; height: auto; overflow: hidden; padding-top: 30px;}
.MainLeft{ float: left; width: 260px; height: auto; overflow: hidden;}
.MainLeft h2{ width: 100%; height: 82px; line-height: 82px; color: #FFFFFF; background: #f48000;  box-sizing: border-box;  font-size: 24px; text-align:center;}
.GoodsMenu{ width: 100%; height: auto; overflow: hidden;}

.GoodsMenu .menu_head{width: 100%; height: 62px; line-height: 62px; margin-top: 1px;}
.GoodsMenu .menu_head a{display: block; width: 100%; height: 62px; background: #ebebeb url(../images/Mlibg.png) no-repeat 12px center; font-size:16px; color: #333; padding-left: 40px;}
.GoodsMenu .menu_head.current a{background: #f48000 url(../images/Mlibgs.png) no-repeat 12px center;  color:#fff;}
.GoodsMenu dd{ width: 100%; height: auto; display: none;}
.GoodsMenu dd a{ display: block; width: 100%; height: 55px; line-height: 55px; background: #ebebeb; margin-top: 1px; font-size: 15px; box-sizing: border-box; padding-left: 38px;}
#lm_hover2{ color: #f48000;}


.SearchList{ width:1255px; padding-top:40px; height:auto; overflow:hidden;}
.SearchList dl{ float: left; width: 298px; height: 298px; overflow: hidden; text-align: center;  box-sizing: border-box; margin: 0 0 15px 15px; border:1px solid #dedede;}
.SearchList dl a{ display: block; width: 100%; height: 100%; background: #FFFFFF; box-sizing: border-box;}
.SearchList dl dt{ width: 230px; height: 230px; overflow: hidden; padding-top: 15px;}
.SearchList dl dt img{ width: 230px; height: 230px;}
.SearchList dl dd{ width: 100%; height: 32px; line-height: 32px; overflow: hidden; font-size: 18px;}
.SearchList dl a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.SearchList dl a:hover{ border: 2px solid #f48000;}

.GoodsList{ float: right; width: 940px; height: auto; overflow: hidden;}
.GoodsList dl{float: left;width: 220px;height: 246px;overflow: hidden;text-align: center;box-sizing: border-box;margin: 0 0 15px 15px;border:1px solid #dedede;}
.GoodsList dl a{ display: block; width: 100%; height: 100%; background: #fff; box-sizing: border-box;}
.GoodsList dl dt{width: 188px;height: 188px;overflow: hidden;padding-top: 15px;}
.GoodsList dl dt img{width: 188px;height: 188px;}
.GoodsList dl dd{width: 100%;height: 32px;line-height: 32px;overflow: hidden;font-size: 16px; color:#000}
.GoodsList dl a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.GoodsList dl a:hover{ border: 2px solid #f48000;}

.GoodsShow{ float: right; width: 900px; height: auto; overflow: hidden;}

.GoodsShow1{ width: 900px; height: auto; overflow: hidden;}
.GoodsShow1L{ float: left; width: 375px; height: auto; }
.GoodsShow1L img{ width:100%; height:auto;  box-sizing: border-box; border:1px solid #dedede;}

/*商品缩略图样式*/
.goods-pic{ position:relative;  width:375px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ position:relative; width:373px; height:373px; border:1px solid #e8e8e8; }
	.pic-scroll{ margin-top:10px; width:375px; }
	.pic-scroll .prev{ float:left; margin-right:5px; }
	.pic-scroll .next{ float:right; }
	.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:60px; line-height:60px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
	.pic-scroll .items{ position:relative; float:left; width:335px; height:62px; overflow:hidden; }
	.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
	.pic-scroll .items ul li{ float:left; margin:0; padding:0; width:67px; text-align:center; }
	.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; width:56px; height:56px; }
	.pic-scroll .items ul li img:hover{ padding:1px; }

/* 图片放大镜样式*/
.jqzoom{ position:relative; display:block; margin:0; padding:0; width:373px; height:373px; border:none; cursor:crosshair; }
    .jqzoom img{ width:373px; height:373px; }
.zoomdiv{ position:absolute; z-index:100; display:none; width:373px; height:373px; background:#fff; border:1px solid #e8e8e8; overflow:hidden; }
.jqZoomPup{ position:absolute; top:0; left:0; z-index:10; visibility:hidden; max-width:373px; max-height:373px; border:1px solid #aaa; background:#fff; opacity:0.5;-moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50); overflow:hidden; }





.GoodsShow1R{ float: right; width: 485px; height: auto;}
.GoodsShow1RT{ width: 100%; height: auto; border-bottom: 1px solid #e5e5e5; font-size: 24px; padding: 10px 0;}
.GoodsShow1Rinfo{ width: 100%; height: auto; padding: 15px 0; line-height: 30px; border-bottom: 1px solid #e5e5e5;}

.GoodsShow1RB{ width: 100%; height: 43px; padding: 30px 0; overflow: hidden;}
.GoodsShow1RB a{ display: block; float: left; width: 129px; height: 43px; line-height: 43px; border-radius: 30px; background: #f48000; text-align: center; color: #FFFFFF;}
.GoodsShow1RB a:hover{ background: #000;}
.GoodsShow1RB .Gtel{ float: right; width: auto; height: 43px; background: url(../images/Gtel.jpg) no-repeat left center; padding-left: 60px;}
.GoodsShow1RB .Gtel p{ font-size: 14px; line-height: 20px;}
.GoodsShow1RB .Gtel h4{ font-size: 24px; line-height: 23px;}


.GoodsShow2Top{ width: 100%; height: 60px; background: #eeeeee; margin-top: 50px;}
.GoodsShow2Top h4{ float: left; background: #FFFFFF; width: 200px; height: 58px; line-height: 58px; font-size: 22px; font-weight: normal; color: #f48000; border-bottom: 2px solid #f48000; text-align: center;}
.GoodsShow2{ width: 100%; padding: 25px 0; overflow: hidden; line-height: 28px;}
.GoodsShow2 img{ max-width: 100%; height: auto;}

.yyfnList{ width:1200px; height:auto; overflow:hidden;}
.yyfnList dl{ float:left; width:171px; height:200px; text-align:center; overflow:hidden;}
.yyfnList dl dt{ width:150px; height:150px; overflow:hidden;}
.yyfnList dl dt img{ width:150px; height:150px;}
.yyfnList dl dd{ width:150px; height:50px; line-height:50px; font-size:16px; overflow:hidden;}
.yyfnList dl a:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}



.pInfo-box {
    width: 897px;
    height: 690px;
    overflow: scroll;
    position: relative;
    margin: 20px 0 0;
}
 
.GD-info{width:1705px;border-collapse:collapse;}

.pInfo-box th,
.pInfo-box td{height:35px;font-size:12px;color:#383838;text-align:center;vertical-align:middle;border:1px solid #cccccc;word-break:break-all;}
.pInfo-box th{color: #fff;
    height: 40px;
    background-color: #f48000;}

.pInfo-box table{width:103%;border-collapse:collapse;margin:-1px;}
.pInfo-box table.Timer,
.pInfo-box table.Connectivity{width:101%;border-collapse:collapse;margin:-1px;}
.pInfo-box table.AI{width:102%;border-collapse:collapse;margin:-1px;}
.pInfo-box img{width:100%}
 

